'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal gradientStops() As GradientStop, _ ByVal colorInterpolationGamma As Gamma, _ ByVal extendMode As ExtendMode _ ) As GradientStopCollection
public static GradientStopCollection Create( RenderTarget renderTarget, GradientStop[] gradientStops, Gamma colorInterpolationGamma, ExtendMode extendMode )
パラメータ
- renderTarget
- an instance of RenderTarget
- gradientStops
- A pointer to an array of D2D1_GRADIENT_STOP structures.
- colorInterpolationGamma
- The space in which color interpolation between the gradient stops is performed.
- extendMode
- The behavior of the gradient outside the [0,1] normalized range.